os.root.closed (field)
5 uses
os (current package)
root_openat.go#L28: closed bool // set when closed
root_openat.go#L34: if !r.closed && r.refs == 0 {
root_openat.go#L37: r.closed = true
root_openat.go#L45: if r.closed {
root_openat.go#L59: if r.closed && r.refs == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |